Deselect(Int32[]) Method
Deselects a list of items by item indices.

C# Syntax

void Deselect( 
   params int[] itemIndices
)

Parameters

itemIndices
The indices of the items to deselect from the list.